# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1496.1.9 -> 1.1496.1.10 # include/asm-ia64/intrinsics.h 1.9 -> 1.10 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/12/13 davidm@tiger.hpl.hp.com 1.1496.1.10 # ia64: Fix compiler warning in intrinsics.h. # -------------------------------------------- # diff -Nru a/include/asm-ia64/intrinsics.h b/include/asm-ia64/intrinsics.h --- a/include/asm-ia64/intrinsics.h Sun Dec 14 00:40:22 2003 +++ b/include/asm-ia64/intrinsics.h Sun Dec 14 00:40:22 2003 @@ -167,7 +167,7 @@ if (_cmpxchg_bugcheck_count-- <= 0) { \ void *ip; \ extern int printk(const char *fmt, ...); \ - ip = ia64_getreg(_IA64_REG_IP); \ + ip = (void *) ia64_getreg(_IA64_REG_IP); \ printk("CMPXCHG_BUGCHECK: stuck at %p on word %p\n", ip, (v)); \ break; \ } \